home *** CD-ROM | disk | FTP | other *** search
/ TPUG - Toronto PET Users Group / TPUG Users Group CD / TPUG Users Group CD.iso / AMIGA / AMICUS / AMICUS12.ADF / AmigaBBS / Docs < prev    next >
Text File  |  1986-08-05  |  8KB  |  196 lines

  1.  
  2. Documentation for BBS-Amiga Version 1.1
  3.  
  4. This program is freeware for updates and hints send $25 to:
  5.  
  6.       Ewan Grantham
  7.       850 Morrow Industrial Blvd. F-9
  8.       Jonesboro,Ga 30236
  9.  
  10.  
  11. After un-arcing the file rename opensyss.inf to opensysop.info and
  12. userinit.inf to userinit.info and userman.inf to usermaint.info.  Since
  13. this is set to work with a 2 disk drive system,you must transfer a few
  14. files.  Move the following files to the external disk:
  15.  
  16.     BBS1 
  17.     USERINIT
  18.     OPENSYSOP
  19.  
  20. and their respective .info files.  Now erase those files from the internal 
  21. drive.  A good suggestion would be to put a copy of the calculator from 
  22. workbench 1.1 onto the internal disk also.Now rename the df0: disk 'BBS 
  23. PROGS' and the df1: disk 'BBS FILES.'
  24.  
  25. Now copy amigabasic to the df1: disk.  This will work with the A-Time clock 
  26. otherwise be sure to set the date through preferences.
  27.  
  28. Now is the time to start creating files.Run amigabasic and open the 
  29. program called 'userinit'.
  30.  
  31. This creates the USER file and sets up to 1000 records.To save your drive 
  32. some wear and tear, it is suggested that the loop be incremented in steps 
  33. of 200.Change the for-next statement to 1-200 then 200-400,etc.to 1000 
  34. running the program after each change.
  35.  
  36. Now open the program called 'opensysop'. Run this one and you will see
  37. "sysmain:" This is a combined version of the on-line sysop and usermaint
  38. programs.  Type u <CR> then e <CR> then g <CR>. You will want to find a
  39. record by ID so use i and return and the id to use is 1.
  40.  
  41. You will now see the first record of the userfile,and here is where the
  42. tedious part comes in.  You will need to change all 27 options to reflect
  43. the different headings.  All boards should be changed to '000.' Mails
  44. should be '0'as should the three vote options.  The check$ must be a 'p'
  45. and the validation should be '021'. Save your file now.  This sets you up
  46. as the sysop for the board.  Now the opensysop program will only be needed
  47. to test any changes you might want to make to the program and for
  48. maintenance when the board is down.
  49.  
  50. Exit the opensysop program and close the df1:window on the workbench
  51. screen.  Now goto CLI and the fun starts to begin.The rest of the files
  52. needed can be created with ED.
  53.  
  54. The first file will be called 'storehouse1'. Make sure all the files
  55. created are stored on df1:. On the top line put your name, in caps,
  56. followed immediately by an equal sign followed by a 1.  Example:
  57.  
  58. John Doe=1
  59.  
  60. Once this is done do nothing,not even a return.  Just hit esc-x to save the
  61. file.  Create six of these files named Storehouse1 to storehouse6. Next
  62. type ED Feedback.  Type one line of anything until you know waht to say and
  63. then save the file.
  64.  
  65. Next ED pubmenu.  This will be the public menu.  The commands are:  c-chat
  66. g or off-logoff,n-news,v-validated users, a-announcements, m-mail,
  67. f-feedback, h-help, t-time, y-status, ?-to show menu.  
  68.  
  69. Put these in any order and any wording you want.  Next is the validated
  70. users menu.ED validmenu.Commands are:  1-9 boards 1-9,g-logoff,?-to show
  71. menu,x-goto public menu,pw-password change,dl-downloads,ul-uploads,s-sysop
  72. functions.
  73.  
  74. Final menu is the news menu.ED newsmenu.Commands are 1-9,items 1-9,?-to
  75. show mwnu,x-public menu.
  76.  
  77. Since there is room for 9 news files,you need to create nine files named
  78. g1-g9.Again put atleast one line in each and save each file.REMEMBER ALL
  79. FILES ARE STORE ON DF1:
  80.  
  81. Now ED help.This is a general help fileThis can be upto 185 lines but at 
  82. least one line.
  83.  
  84. Now only two more files in the df1:  root directory.  ED sysopmenu.
  85. Commands are e-edit seq files,u-edit user file,t-basic terminal,x-exit to
  86. valid user menus,?-show menu.
  87.  
  88. Last menu is for the seq edit commands.ED edsysmenu.  Commands are e-edit
  89. doc, d-delete doc, c-create doc, x-main sysop menu, ?show menu.
  90.  
  91. HALFWAY THERE PEOPLE
  92.  
  93. NOW MAKE SOME SUB-DIRECTORIES ON THE DF1: DISK.THEY ARE:
  94.     BOARD
  95.     MAILS
  96.     VOTES
  97.  
  98. In the mails directoryyou will need to create the mail menu.  ED mailmenu.
  99. Commands are:
  100.  
  101. r-read mail,s-scan mail,p-post mail,x- to main menu,?-show menu.
  102.  
  103. Now goto the votes directory and create some files.First ED votemenu.
  104. Commands are:
  105.  
  106. 1-3-vote on items 1-3,r-results,x-main menu,?show menu.
  107.  
  108. The next file is the one that tells the voting program how many
  109. questionnaires you actually have.  You must have at least one questionnaire
  110. with one question and upto 3 questionnaires with 10 questions apiece.  All
  111. questions must have 4 answer which are chose numerically.  We will discuss
  112. that later.  Just assume you have one question for now.  Type ED
  113. 'df1:votes.questno'. On the top line put a one,hit return then esc-x to
  114. save it.
  115.  
  116. Next ED df1:resultsmenu.  Commands are 1-3-questions 1-3, x-goto voting
  117. menu.  The next two are the ones you create for your questionnaire.First
  118. file is for results for each question.  Assume you have the first
  119. questionnaire with one question.
  120.  
  121. ED df1:votes/1. Since you have only one question with four anwers, you will
  122. need four zeroes each on it's own line.
  123.  
  124. Example:  0 0 0 0 then esc-x to save it.  Now set up the question file.ED
  125. df1:votes/vmt1(if it were your second questionnaire the files would be 2
  126. and vmt2,etc.) Each question must occupy four lines in the file.  The last
  127. line shows four possible answers that you must choose from.  Example:  1)
  128. what do you think of this program?
  129.  
  130. 1)love it  2)like it  3) hate it  4)don't care :
  131.  
  132. Do the same for each question up to 10 quuestions in a single
  133. questionnaire.  Now to the last sub-directory and the last files ypou need
  134. to fool with.  The board directory.First is the help file for the boards.ED
  135. df1:board/bhelp.Put in it whatever you want.
  136.  
  137. Now the menu.ED df1:board/bmenu.  Commands are:  r-read
  138. messages,s-scan,p-post message,c-cahnge board,l-list boards,?-show
  139. menu,x-exit to valid menu.
  140.  
  141. Now ED df1:board/listboards.  This list what boards are available.  You can
  142. decide for yourself what boards you want.  You will need 9 topics.
  143.  
  144. For each board there must be a file that stores the title for each message
  145. to be used when scanning messages.  The first line shows the date and time.
  146. Second line shows the name of the person who left the message,the subject
  147. and userid of that person.  For the first board it would go like this:
  148.  
  149. ED df1:board/11
  150.  
  151. date 04-02-85 time 11:16:00
  152. name:tom Jones     subject:welcome   Userid:1
  153.  
  154. welcome to the programming board.
  155. esc-x to save it.
  156. For board two it would be 21.,board3 31. etc.
  157. Now you need your titles file.  Example:
  158. ED df1:board/fmt1
  159.  
  160. date:xx-xx-xx    time: xx:xx:xx
  161. name :Tom Jones  subject Welcome userid:1
  162.  
  163. The important thing about this file is not to enter a return at the end of
  164. the second line.  It will screw up the scans.  Rather hit esc-x a the end
  165. of line 2. You need one of these for each board.  Again for board 2 it
  166. would be named fmt2, etc.
  167.  
  168. Lastly, a file is needed that lets the board know some info about the
  169. messages on it.It has the following format:
  170.  
  171. line1-lowest message
  172. line2-highest message
  173. line3-total no. messages
  174. line4-next meesage number to be posted
  175. Example:
  176. ED df1:board/b1
  177.  
  178. 1
  179. 1
  180. 1
  181. 2
  182.  
  183. This assumes you have written an intro message for board 1, Board two would
  184. be b2,etc.  Up to b9.
  185.  
  186. Well all the files are written now have a friend call to test it out.  Put
  187. the df0:  disk in the internal and the df1:disk in the external drives.
  188. Set the modem to DTR always on.  Reboot and open the df1:disk.  Double
  189. click the bbs1 icon.
  190.  
  191. AWAY YOU GO!!!!!!!
  192. Again if you like the program send $25 to :
  193. Ewan Grantham 
  194. 850 Morrow Blvd. F-9
  195. Jonesboro ,GA  30236
  196.